home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…nuary (Partner) - Disc 2
/
The Apple Reference and Presentations Library (Disc 2)(January 1994).iso
/
Synergy Software
/
US English
/
KaleidaGraph™-PPC
/
Examples folder
/
Macro Source
/
Random#
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-04-14
|
226 b
|
29 lines
|
[
TEXT/QKPT
]
alpha "Random Number Series"
ran#
RCL 02
*
RCL 00
+
STOv 000
STOP
;
entry
0e+00
STO 00
alpha "Lower Limit"
STOa 0
;
1
STO 01
alpha "Upper Limit"
STOa 1
;
alpha "Random#:"
inpt 2
;
RCL 01
RCL 00
-
STO 02
end